home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_TERMDEF / TFORM_TERMDEF.txt
Text File  |  2003-11-13  |  1KB  |  75 lines

  1. object Form_TermDef: TForm_TermDef
  2.   Left = 337
  3.   Top = 311
  4.   HelpContext = 540
  5.   ActiveControl = Edit_Term
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit Glossary Term'
  8.   ClientHeight = 74
  9.   ClientWidth = 343
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 10
  23.     Top = 15
  24.     Width = 43
  25.     Height = 13
  26.     Caption = '&Shortcut:'
  27.     FocusControl = Edit_Term
  28.   end
  29.   object Label2: TLabel
  30.     Left = 10
  31.     Top = 45
  32.     Width = 52
  33.     Height = 13
  34.     Caption = '&Expansion:'
  35.     FocusControl = Edit_Exp
  36.   end
  37.   object Button_OK: TButton
  38.     Left = 260
  39.     Top = 8
  40.     Width = 75
  41.     Height = 25
  42.     Hint = 'Accept changes and close dialog box'
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object Button_Cancel: TButton
  49.     Left = 260
  50.     Top = 38
  51.     Width = 75
  52.     Height = 25
  53.     Hint = 'Discard changes and close dialog box'
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object Edit_Term: TEdit
  59.     Left = 70
  60.     Top = 10
  61.     Width = 181
  62.     Height = 21
  63.     MaxLength = 255
  64.     TabOrder = 2
  65.   end
  66.   object Edit_Exp: TEdit
  67.     Left = 70
  68.     Top = 40
  69.     Width = 181
  70.     Height = 21
  71.     MaxLength = 255
  72.     TabOrder = 3
  73.   end
  74. end
  75.